home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PCGPEV10.ZIP / PCGPE.NFO < prev    next >
Text File  |  1994-05-12  |  6KB  |  153 lines

  1. Article 18041 of rec.games.programmer:
  2. Newsgroups: rec.games.programmer
  3. Path: usenet.ucs.indiana.edu!vixen.cso.uiuc.edu!howland.reston.ans.net!gatech!swrinde!ihnp4.ucsd.edu!munnari.oz.au!newshost.anu.edu.au!csc.canberra.edu.au!student!u914097
  4. From: u914097@student.canberra.edu.au (Feldman / Mark Jeffrey (ISE))
  5. Subject: PC GAMES PROGRAMMERS ENCYCLOPEDIA
  6. Message-ID: <1994May11.172438.9391@csc.canberra.edu.au>
  7. Sender: news@csc.canberra.edu.au
  8. Nntp-Posting-Host: student.canberra.edu.au
  9. Organization: University of Canberra
  10. Date: Wed, 11 May 94 17:24:38 GMT
  11. Lines: 138
  12.  
  13.  
  14. The PC Games Programmers Encyclopedia 1.0 is finally out! The PC-GPE
  15. home site is:
  16.  
  17.      site: teeri.oulu.fi
  18. directory: /pub/msdos/programming/gpe
  19.  filename:  pcgpe10.zip
  20.  
  21. This directory will also be used for all PC-GPE updates/bug fixes
  22. etc... The site has a lot of other good game programming info too, so
  23. have a look around while you're there.
  24.  
  25. The zip file itself is just under 700K and unzips to almost 2 1/2 Meg
  26. spread out over 87 files. Once you've unzipped it run PCGPE.EXE, and
  27. if you have any problems read README.TXT.
  28.  
  29. Here's a list of files and descriptions:
  30.  
  31. File               Description
  32. ---------------------------------------------------------------------------
  33.  
  34. PCGPE    EXE   *   PC-GPE main exe file
  35. DPMIUSER DOC   *   PC-GPE.EXE DPMI info file
  36. RTM      EXE   *   PC-GPE.EXE DPMI support file
  37. RTMRES   EXE   *   PC-GPE.EXE DPMI support file
  38. DPMIINST EXE   *   PC-GPE.EXE DPMI support file
  39. DPMILOAD EXE   *   PC-GPE.EXE DPMI support file
  40. DPMI16BI OVL   *   PC-GPE.EXE DPMI support file
  41.  
  42. README   TXT   *   PC-GPE main info doc
  43. FTPSITES TXT       List of FTP sites for game development
  44.  
  45. ASMINTRO TXT   *   VLA's assembly tutorial intro file
  46. ASM0     TXT   *   VLA's assembly tutorial
  47. ASM1     TXT   *   VLA's assembly tutorial
  48. ASM2     TXT   *   VLA's assembly tutorial
  49. ASM3     TXT   *   VLA's assembly tutorial
  50. ANSI     TXT   *   VLA's assembly tutorial support file
  51.  
  52. INTEL    DOC       List of op codes plus timing info up to 486
  53. CPUTYPE  TXT   *   Testing CPU type
  54. TIMER    ASM   *   Testing CPU speed
  55.  
  56. TUT1     TXT   *   Asphixia's VGA Primer - Mode 13h
  57. TUT2     TXT   *   Asphixia's VGA Primer - Palette/Fading
  58. TUT3     TXT   *   Asphixia's VGA Primer - Lines/Circles
  59. TUT4     TXT   *   Asphixia's VGA Primer - Virtual Screens
  60. TUT5     TXT   *   Asphixia's VGA Primer - Scrolling
  61. TUT6     TXT   *   Asphixia's VGA Primer - Look-up Tables
  62. TUT7     TXT   *   Asphixia's VGA Primer - Animation
  63. TUT8     TXT   *   Asphixia's VGA Primer - 3D/Optimisation
  64. TUT9     TXT   *   Asphixia's VGA Primer - 3D Solids
  65. TUT10    TXT   *   Asphixia's VGA Primer - Chain 4 mode
  66. COPPER   PAS   *   Asphixia's VGA Primer - Copper Effect
  67. WORMIE   PAS   *   Asphixia's VGA Primer - Worm Effect
  68. PALLETTE COL   *   Asphixia's VGA Primer support file
  69. SOFTROCK FNT   *   Asphixia's VGA Primer support file
  70.  
  71. MODEX    TXT   *   Introduction to mode x
  72. SCROLL   TXT   *   VGA scrolling
  73. VGAREGS  TXT   *   VGA palette and register set
  74. VGABIOS  TXT       VGA BIOS function call list
  75.  
  76. SVGINTRO TXT   *   SVGA - Intro to programming SVGA cards
  77. VESASP12 TXT       SVGA - The VESA standard
  78. ATI      TXT   *   SVGA - Programming the ATI chip set
  79. CAT      TXT   *   SVGA - Programming the Chips & Technologies chip set
  80. GENOA    TXT   *   SVGA - Programming the Genoa chip set
  81. PARADISE TXT   *   SVGA - Programming the Paradise chip set
  82. TRIDENT  TXT   *   SVGA - Programming the Trident chip set
  83. TSENG    TXT   *   SVGA - Programming the Tseng chip set
  84. VIDEO7   TXT   *   SVGA - Programming the Video7 chip set
  85. XTENDED  TXT   *   SVGA - 640x400x256 with no bank switching
  86.  
  87. 3DROTATE DOC   *   VLA's three dimensional rotations for computer graphics
  88. 3DSHADE  DOC   *   VLA's three dimensional shading in computer graphics
  89. PERSPECT TXT   *   Perspective transforms
  90. BRES     TXT   *   Bresenham's line and circle algorithms
  91. CONIC    CC    *   A bresenham-like general conic sections algorithm
  92. BSP      TXT   *   A Simple Explanation of BSP Trees
  93. TEXTURE  TXT   *   Texture mapping
  94. FDTM     TXT   *   Real-time free direction texture mapping
  95.  
  96. STARS    TXT   *   VLA's programming star fields
  97. FIRE     TXT   *   Programming fire effects
  98.  
  99. PCX      TXT       PCX graphics file format
  100. BMP      TXT       BMP graphics file format
  101. GIF      TXT       BMP graphics file format
  102. IFF      DOC       IFF/LBM graphics file format
  103. FLI      FOR       FLI/FLC graphics file format
  104.  
  105. SPEAKER  TXT   *   Programming the PC speaker (inc 8-bit sample playback)
  106. GAMEBLST TXT   *   Programming the GameBlaster sound card
  107. ADLIB    TXT       Programming the Adlib sound card
  108. SBDSP    TXT   *   Programming the SoundBlaster sound card (DSP)
  109. SBPRO    TXT   *   Programming the SoundBlaster Pro sound card
  110. GUSFAQ   TXT   *   The GUS sound card's Frequently Asked Questions
  111. GUS      TXT   *   Programming the GUS sound card
  112.  
  113. MODFORM  TXT   *   The MOD sound file format
  114. VOC      TXT       The VOC sound file format
  115. WAV      TXT   *   The WAV sound file format
  116. CMF      TXT   *   The CMF sound file format
  117. MIDI     TXT   *   The MID sound file format
  118. UT       TXT       The UltraTracker sound file format
  119.  
  120. SURROUND TXT       Generating surround sound
  121.  
  122. MOUSE    TXT   *   Programming the mouse, general info
  123. GMOUSE   DOC       Mouse driver function call list
  124. KEYBOARD TXT   *   Programming for the PC keyboard
  125. JOYSTICK TXT   *   Programming for the PC joystick
  126. GAMEPAD  TXT   *   Programming for the Gravis GamePad and Analog Pro
  127.  
  128. LIMEMS41 DOC       EMS (Expanded Memory Specification)
  129. XMS30    TXT       XMS (Extended Memory Specification)
  130. DMA_VLA  TXT   *   Intro to DMA
  131.  
  132. PIT      TXT   *   Programming the Intel 8253 Programmable Interval Timer
  133. DOOM     TXT   *   DOOM techniques
  134.  
  135.  
  136. An asterix (*) indicates files which were either written for the PC-GPE or
  137. included with permission from the author.
  138.  
  139. As you can see this version is pretty hardware oriented. If anyone wants to
  140. do any articles for version 2 then by all means let me know.
  141.  
  142. Cheers,
  143.  
  144. Mark
  145.  
  146. --------------------------------------------------------------------------
  147. Mark Feldman                               \\_==_o    Skydivers do 
  148. E-mail : u914097@student.canberra.edu.au        \\    it at 120mph....
  149. --------------------------------------------------------------------------
  150.  
  151.  
  152.  
  153.